home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 787 b | 24 lines | [TEXT/ttxt] |
- SndForEver:
-
- This application demonstrates how to play a snd which has a loop in it.
-
- The resource which I am using for the 'snd ' is 128 and this resource has been
- pre-parsed. I took out some of it so that I would be able to make the code for playing
- the sound easier to follow. The part of the header which I have taken out is the
-
- format
- # of Synths
- Synth resource ID
- Init option
- # of commands
- the command
- its params
-
- The original un-cut resource is in resource 100.
-
- To use the snippet, just double click on it and when you are sick of listening to it,
- just click the mouse button.
-
- This code works on 6.0.7 and 7.0, but I have not tested it under 6.0.5. If it works
- under 6.0.5 then it will work under all sound manager systems. My guess is that it
- does work under 6.0.5.